command-line argument

英 [kəˈmɑːnd laɪn ˈɑːɡjumənt] 美 [kəˈmænd laɪn ˈɑːrɡjumənt]

网络  命令行参数; 命令行自变量; 命令列引数

计算机



双语例句

  1. As discussed previously, if you don't give a command-line argument, the application will use the default feed sources input XML file ( rss_feed_sources. xml).
    我们在前面讲过,如果没有提供命令行参数,那么此应用程序将会使用默认的提要源输入XML文件(rssfeedsources.xml)。
  2. The output from this is huge, even on a lightly loaded system, so you typically either supply the name of a directory as a command-line argument or use a pipe to filter its output.
    即使在负载很轻的系统上,这个命令的输出也非常长,因此通常通过命令行参数指定一个目录名,或者使用管道筛选它的输出。
  3. You can pass one of these files as a command-line argument to the test driver xml2json_test.php.
    可以将这些文件作为命令行参数传递给测试驱动程序xml2jsontest.php。
  4. To create a raised border, use the-raise command-line argument.
    使用-raise命令行参数来创建凸边。
  5. However, you can get a feel for the quantity and quality of the data by using the-A command-line argument to SAR, which reports all the currently recorded information.
    然而,通过使用SAR的-A命令行参数,您可以了解到数据的数量和质量,该选项报告了当前记录的所有信息。
  6. The program in Listing 3 shows how to do that in Python: The code takes a tar filename as a command-line argument and then prompts the user with several options.
    清单3中的程序说明了如何在Python中完成这项工作:这段代码接受一个tar文件的名称作为命令行参数,然后向用户提供几种选择。
  7. The first method in this application is a readFromFile application that is declared as static here to simplify integrating it with the static main method's use of command-line argument parsing.
    此应用程序中的第一个方法是一个readFromFile应用程序,它在这里被声明为静态的,以将其与静态主方法的命令行参数解析轻松集成在一起。
  8. As of this writing, I can add just the nodes of a single XML document to an index database at a time, by specifying the document's name as a command-line argument.
    在写作本文的时候,我只能通过将文档名作为命令行参数指定,每次将单个XML文档的那些节点添加到索引数据库中。
  9. It also has many examples of command-line utilities, argument processing, and so on.
    它还有许多命令行实用程序、参数处理等示例。
  10. Command-line arguments are also called positional parameters, because the position of an argument on the command line is usually semantically important.
    命令行参数也称为位置参数(positionalparameter),因为某个参数在命令行上的位置通常在语义上非常重要。
  11. For collaboration, technical support, and similar uses, start your server with a command-line argument of-alwaysshared or similar, as its documentation specifies.
    要进行协作、技术支持以及类似的应用,使用一个命令行参数-alwaysshared或类似方法来启动服务器,按照文档规范来执行。
  12. It shows how to do hand-coded command-line argument parsing.
    它演示了如何进行手工编码的命令行参数解析。
  13. To put the RSS feed aggregator to work, you have to use the following command syntax ( note that the last token at the end of the command syntax below is an optional command-line argument)
    要想让RSS提要聚合器开始工作,必须使用下面的命令语法(注意此命令语法末的最后一个标记是一个可选的命令行参数)
  14. In this case, you supply the name of the script file as a command-line argument to the ij tool.
    在这种情况下,提供脚本文件名作为ij工具的命令行参数。
  15. For example, if the command-line argument were+ helpverbose, str would be+ helpverbose, and len would be12.
    例如,如果命令行参数为+helpverbose,则str为+helpverbose,len为12。
  16. By default, it runs until native memory is exhausted; to make it finish, pass a run time in seconds as a command-line argument.
    默认情况下,它会一直运行直到本机内存耗尽;要让它停止,将运行时间(以秒为单位)作为命令行参数传递给它。
  17. This second command-line argument tells the ebuild script which particular step of the build process to perform.
    这个命令行自变量告诉ebuild脚本要执行构建过程的哪一步。
  18. Again, to use dialog or Zenity, replace code where you previously referenced a command-line argument with a dialog box.
    再次说明,要使用dialog或Zenity,用对话框替换您之前引用过命令行参数的代码。
  19. Next let's build a slightly more complicated frame, using the-frame command-line argument.
    接下来让我们用-frame命令行参数构建一个更为复杂的边框。
  20. Another way to get information from the user is through a command-line argument.
    另一种从用户那里获得信息的方式是通过命令行参数。
  21. The IBM gencon GC policy ( enabled with the-Xgcpolicy: gencon command-line argument) unloads classloaders only on major ( tenured) collections.
    IBMgenconGC策略(通过-Xgcpolicy:gencon命令行参数启用)仅卸载主要(tenured)收集上的类加载器。
  22. I'd like the ebuild script to accept a second command-line argument, which will be "compile"," unpack", or" all ".
    我希望ebuild脚本再接受一个命令行自变量:“compile”、“unpack”或“all”。
  23. Command-line argument to specify another name.
    命令行参数来指定其他名称。
  24. Windows Setup does not support this usage of the/ BTFolderPath command-line argument.
    Windows安装程序不支持/BTFolderPath命令行参数的此种用法。
  25. Only a single file can be specified for the file name command-line argument.
    只能为文件名命令行参数指定一个文件。
  26. The sample program reverses the bytes in a file given as a command-line argument.
    示例程序将反转作为命令行参数给出的文件中的字节。